home *** CD-ROM | disk | FTP | other *** search
- object FieldAssign: TFieldAssign
- Left = 296
- Top = 172
- Width = 534
- Height = 473
- Caption = 'Edit Field Assignments (DEST.=SOURCE)'
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- Menu = MainMenu1
- PixelsPerInch = 120
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- TextHeight = 20
- object ConvFields: TMemo
- Left = 0
- Top = 0
- Width = 526
- Height = 376
- Align = alClient
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 0
- Top = 376
- Width = 526
- Height = 49
- Align = alBottom
- TabOrder = 1
- object BitBtn1: TBitBtn
- Left = 408
- Top = 8
- Width = 105
- Height = 33
- Caption = 'Convert'
- TabOrder = 0
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 296
- Top = 8
- Width = 97
- Height = 33
- TabOrder = 1
- Kind = bkCancel
- end
- end
- object MainMenu1: TMainMenu
- Left = 448
- Top = 24
- object File1: TMenuItem
- Caption = 'File'
- object Load1: TMenuItem
- Caption = '&Open'
- OnClick = Load1Click
- end
- object Save1: TMenuItem
- Caption = '&Save'
- OnClick = Save1Click
- end
- object Cancel1: TMenuItem
- Caption = '&Cancel'
- OnClick = Cancel1Click
- end
- object Exit1: TMenuItem
- Caption = 'E&xit'
- OnClick = Exit1Click
- end
- end
- end
- object OpenDialog1: TOpenDialog
- DefaultExt = 'CNV'
- Filter = 'Conversion Files|*.cnv|All Files|*.*'
- Left = 32
- Top = 24
- end
- object SaveDialog1: TSaveDialog
- DefaultExt = 'CNV'
- Filter = 'Conversion Files|*.cnv|All Files|*.*'
- Left = 32
- Top = 56
- end
- end
-